[App Config] az appconfig create/update: Add developer sku support#31199
[App Config] az appconfig create/update: Add developer sku support#31199zhoxing-ms merged 6 commits intoAzure:devfrom
az appconfig create/update: Add developer sku support#31199Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| appconfig create | cmd appconfig create update parameter sku: updated property choices from ['Free', 'Premium', 'Standard'] to ['Developer', 'Free', 'Premium', 'Standard'] |
||
| appconfig update | cmd appconfig update update parameter sku: updated property choices from ['Free', 'Premium', 'Standard'] to ['Developer', 'Free', 'Premium', 'Standard'] |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
az appconfig create/update : Add developer sku supportaz appconfig create/update : Add developer sku support
az appconfig create/update : Add developer sku supportaz appconfig create/update : Add developer sku support
az appconfig create/update : Add developer sku supportaz appconfig create/update: Add developer sku support
There was a problem hiding this comment.
Not related to this PR but it appears this warning misses private_network_access
There was a problem hiding this comment.
I also can't see this property in our commands https://learn.microsoft.com/en-us/cli/azure/appconfig?view=azure-cli-latest#az-appconfig-create
There was a problem hiding this comment.
Sorry I was talking about enable_arm_private_network_access?
There was a problem hiding this comment.
I see, just updated the warning
|
@zhoxing-ms This PR is ready to merge. |
az appconfig create/update: Add developer sku supportaz appconfig create/update: Add developer sku support
Related command
az appconfig create
az appconfig update
Description
This PR adds developer sku support
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.